@media (max-width:1280px) {
    .type_car{
        width: 44.375rem;
        margin: 0 auto 1.875rem;
        height: 22.1875rem;
        border-radius: 0.625rem;
        overflow: hidden;
    }
    .type_car .swiper {
        width: 100%;
        height: 100%;
        position: relative;
        --swiper-theme-color: #EF712E;
    }
    .type_car .swiper-pagination-bullet{
        width: 1rem;
        height: 1rem;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0)!important;
        box-sizing: border-box;
    }
    .type_car .swiper-pagination-bullet-active{
        width: 1rem;
        height: 1rem;
        border: none;
        background-color: #EF712E!important;
    }
    .type_car .swiper-slide {
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }   
    
    .type_car .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    /* 头条 */
    .headNew{
    }
    .headNew .head_left{
        display: none;
    }
    .carousel{
        width: 44.375rem;
        margin: 1.875rem auto 0;
        height: 28.75rem;
        border-radius: 0.625rem;
        overflow: hidden;
    }
    .carousel .swiper {
        width: 100%;
        height: 100%;
        position: relative;
        --swiper-theme-color: #EF712E;
    }
    .carousel .swiper a{
        width: 100%;
        height: 100%;
    }
    .carousel .swiper a img{
        width: 100%;
        height: 100%;
    }
    .carousel .swiper-pagination{
        transform: translate3d(17rem, -1rem, 0);
    }
    .carousel .swiper-pagination-bullet{
        width: 1rem;
        height: 1rem;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0)!important;
        box-sizing: border-box;
    }
    .carousel .swiper-pagination-bullet-active{
        width: 1rem;
        height: 1rem;
        border: none;
        background-color: #EF712E!important;
    }
    .carousel .swiper-slide {
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }   
    .carousel .car_con{
        width: 100%;
        height: 100%;
        
        line-height: 52rem;
        padding-left: 1.5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(216,216,216,0) 0%, rgba(0,0,0,0.8) 100%);
    }
    .carousel .car_con p{
        text-align: justify;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        font-size: 1.75rem;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        width: 28rem;
    }
    .carousel .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .head_right{
        display: none;
    }
    

    /* 各类新闻 */
    .news{
        width: 44.375rem;
        padding: 1.25rem 1.25rem 0.3rem;
        border-radius: 0.625rem;
        background-color: #fff;
        margin-bottom: 1.875rem;
    }
    .allType .type_ri .type_ri_title{
        font-size: 2rem;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #EF712E;
        margin-bottom: 0.8625rem;
    }
    .allType .type_ri .type_ri_line{
        width: 100%;
        height: 0.0625rem;
        background: #EF712E;
        margin-bottom: 1.875rem;
    }
    .allType .type_ri .type_item{
        width: 100%;
        display: flex;
        margin-bottom: 3.75rem;
    }
    .allType .type_ri .type_item .pic{
        width: 13.125rem;
        height: 8.5625rem;
        border-radius: 0.3125rem;
        overflow: hidden;
        margin-left: 1.25rem;
    }
    .allType .type_ri .type_item .type_item_ri{
        width: 27.5rem;
    }
    .allType .type_ri .type_item .type_item_ri .item_title{
        font-size: 1.75rem;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #3D3D3D;
        line-height: 2.625rem;
        text-align: justify;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 1.25rem;
    }
    .allType .type_ri .type_item .type_item_ri .itemCon{
        display: none;
    }
    .allType .type_ri .type_item .type_item_ri .item_time{
        font-size: 1.375rem;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
    }
    .allType .type_ri .type_item .type_item_ri .item_time span{
        margin: 0 0.3rem;
    }
    .allType .type_le {
        display: none;
    }
    








    
}

@media (min-width:1280px) {
    
    
    /* 头条 */
    .headNew{
        display: flex;
        justify-content: space-between;
        margin-top: 20px!important;
    }
    .headNew .head_left{
        width: 600px;
        height: 305px;
    }
    .headNew .head_left .swiper {
        width: 100%;
        height: 100%;
        position: relative;
        --swiper-theme-color: #EF712E;
    }
    .headNew .head_left .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,0)!important;
        box-sizing: border-box;
    }
    .headNew .head_left .swiper-pagination-bullet-active{
        width: 10px;
        height: 10px;
        border: none;
        background-color: #EF712E!important;
    }

    .headNew .head_left .swiper-slide {
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }   
    .headNew .head_left .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }
    .head_right{
        width: 580px;
        height: 305px;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
    }
    .head_right a .head_ri_top{
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        padding: 20px 20px 0;

    }

    .head_right a .head_ri_top .pic{
        width: 260px;
        height: 170px;
        margin-right: 18px;
        position: relative;
        border-radius: 5px;
    }
    .head_right a .head_ri_top .pic img{
        width: 260px;
        height: 170px;
        border-radius: 5px;
    }
    .headline{
        position: absolute;
        width: 76px!important;
        height: 45px!important;
        top: 5px;
        left: -6px;
        border-radius: 0!important;
    }
    .head_right a .head_ri_top .head_new_con{
        width: 282px;
    }
    .head_right a .head_ri_top .head_new_con .new_ti{
        font-size: 18px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #3D3D3D;
        line-height: 27px;
    }
    .head_right a .head_ri_top .head_new_con .new_con{
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 21px;
        text-align: justify;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-top: 9.6px;
        height: 86.4px;
    }
    .head_right a .new_title{
        width: 540px;
        height: 48px;
        line-height: 48px;
        margin: 0 auto;
        border-top: 1px solid #EAEAEA;
        font-size: 18px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #3D3D3D;
    }

    /* 各类新闻 */
    .allType{
        display: flex;
        justify-content: space-between;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
    .allType .type_ri{
        width: 850px;
        background: #FFFFFF;
        border-radius: 10px;
        padding-bottom: 19px;
    }
    .allType .type_ri .type_ri_title{
        font-size: 24px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #EF712E;
        margin: 20px 0 9px 20px;
    }
    .allType .type_ri .type_ri_line{
        width: 810px;
        height: 1px;
        background: #EF712E;
        margin-left: 20px;
    }
    .allType .type_ri .type_item{
        width: 850px;
        height: 160px;
        background: #FFFFFF;
        padding: 0 20px;
        display: flex;
        margin-bottom: 9.6px;
        align-items: center;
    }
    .allType .type_ri .type_item:hover{
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    }
    .allType .type_ri .type_item:hover .type_item_ri .item_title{
        color: #EF712E;
    }
    .allType .type_ri .type_item .pic{
        width: 198px;
        height: 130px;
        border-radius: 5px;
        overflow: hidden;
        margin-right: 23px;
        transition: all 0.7s ease 0s;
    }
    .allType .type_ri .type_item .pic:hover{
        transform: scale(1.05);
    }
    .allType .type_ri .type_item .type_item_ri{
        width: 590px;       
    }
    .allType .type_ri .type_item .type_item_ri .item_title{
        font-size: 18px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #3D3D3D;
    }
    .allType .type_ri .type_item .type_item_ri .itemCon{
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 21px;
        margin: 10px 0;
        text-align: justify;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 38.4px;
    }
    .allType .type_ri .type_item .type_item_ri .item_time{
        font-size: 12px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #999999;
    }
    .allType .type_ri .type_item .type_item_ri .item_time span{
        margin: 0 6px;
    }
    .allType .type_le .type_le_item{
        width: 330px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 30px 15px 20px 20px;
        margin-bottom: 20px;
    }
    .allType .type_le .type_le_item .top_title_more{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .allType .type_le .type_le_item .top_title_more .title{
        display: flex;
        align-items: center;
        font-size: 20px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #3D3D3D;
    }
    .allType .type_le .type_le_item .top_title_more .title .line{
        width: 2px;
        height: 18px;
        background: #EF712E;
        margin-right: 8px;
    }
    .allType .type_le .type_le_item .top_title_more .more{
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
    }
    .allType .type_le .type_le_item .top_title_more .more img{
        width: 16px;
        height: 16px;
    }
    .allType .type_le .type_le_item .pic{
        width: 290px;
        height: 172px;
        border-radius: 5px;
        overflow: hidden;
        margin: 10px 0;
    }
    .allType .type_le .type_le_item .content{
        font-size: 16px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #3D3D3D;
        line-height: 24px;
    }
    .allType .type_le .type_le_pic{
        width: 330px;
        height: 330px;
    }
}